home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / pcboard / doorntro.zip / QUIT.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-01-23  |  1KB  |  69 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = Chr(13)
  24.     Cls
  25.     PrintLn "@XCF@BEEP@@BEEP@@BEEP@@BEEP@@BEEP@YOU@DELAY:50@      5  NOW LEAVING  "
  26.     PrintLn "@XF1@BEEP@@BEEP@@BEEP@@BEEP@HIT@DELAY:40@      4     @BOARDNAME@"
  27.     PrintLn "@XAE@BEEP@@BEEP@@BEEP@THE@DELAY:30@      3    TIME IS:@SYSTIME@ "
  28.     PrintLn "@X94@BEEP@@BEEP@WRONG@DELAY:20@    2    "
  29.     PrintLn "@XF1@BEEP@KEY@DELAY:10@      1    "
  30.     PrintLn "@XCEBUCKO!!!@DELAY:50@ 0@BEEP@@BEEP@@BEEP@@BEEP@@BEEP@    "
  31.     Cls
  32.     DispFile PPEPath() + PPEName(), 2 + 1 + 4
  33.  
  34. ;------------------------------------------------------------------------------
  35. ;
  36. ; Usage report (before postprocessing)
  37. ;
  38. ; ■ Statements used :
  39. ;
  40. ;    2       Cls
  41. ;    1       Let 
  42. ;    6       PrintLn 
  43. ;    1       DispFile 
  44. ;
  45. ;
  46. ; ■ Functions used :
  47. ;
  48. ;    3       +
  49. ;    1       Chr()
  50. ;    1       PPEPath()
  51. ;    1       PPEName()
  52. ;
  53. ;------------------------------------------------------------------------------
  54. ;
  55. ; Analysis flags : No flag
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ; Postprocessing report
  60. ;
  61. ;    0       For/Next
  62. ;    0       While/EndWhile
  63. ;    0       If/Then or If/Then/Else
  64. ;    0       Select Case
  65. ;
  66. ;------------------------------------------------------------------------------
  67. ;                 AEGiS Corp - Break the routines, code against the machines!
  68. ;------------------------------------------------------------------------------
  69.